New upstream version 6.7.3
authorStuart Prescott <stuart@debian.org>
Thu, 9 Jan 2025 04:42:26 +0000 (15:42 +1100)
committerStuart Prescott <stuart@debian.org>
Thu, 9 Jan 2025 04:42:26 +0000 (15:42 +1100)
commit779531ff38a6ca584863f8d6256b438855072ca5
treeeb21c9dff681201997a3425fbbc54d1db80a49e8
parentfe0af22672d31dc4b43bcc60fdd32d86819e35b1
New upstream version 6.7.3
150 files changed:
README.pyside6_addons.md
build_scripts/config.py
build_scripts/main.py
build_scripts/options.py
build_scripts/platforms/macos.py
build_scripts/platforms/unix.py
build_scripts/platforms/windows_desktop.py
build_scripts/qfp_tool.py
build_scripts/utils.py
build_scripts/wheel_files.py
build_scripts/wheel_override.py
coin/dependencies.yaml
coin/fetch_libclang_arm64.sh [new file with mode: 0644]
coin/instructions/common_environment.yaml
coin/instructions/execute_build_instructions.yaml
coin/instructions/execute_test_instructions.yaml
coin/module_config.yaml
create_wheels.py
doc/changelogs/changes-6.7.3 [new file with mode: 0644]
examples/graphs/3d/minimalsurfacegraph/minimalsurfacegraph.pyproject [new file with mode: 0644]
examples/samplebinding/doc/samplebinding.rst
examples/serialbus/modbus/modbusclient/mainwindow.py
examples/webview/minibrowser/doc/minibrowser.rst [new file with mode: 0644]
examples/webview/minibrowser/doc/minibrowser.webp [new file with mode: 0644]
examples/webview/minibrowser/images/left-32.png [new file with mode: 0644]
examples/webview/minibrowser/images/refresh-32.png [new file with mode: 0644]
examples/webview/minibrowser/images/right-32.png [new file with mode: 0644]
examples/webview/minibrowser/images/settings-32.png [new file with mode: 0644]
examples/webview/minibrowser/images/stop-32.png [new file with mode: 0644]
examples/webview/minibrowser/main.py [new file with mode: 0644]
examples/webview/minibrowser/main.qml [new file with mode: 0644]
examples/webview/minibrowser/minibrowser.pyproject [new file with mode: 0644]
examples/webview/minibrowser/qml.qrc [new file with mode: 0644]
examples/webview/minibrowser/rc_qml.py [new file with mode: 0644]
examples/widgetbinding/doc/widgetbinding.pyproject
requirements-coin.txt [new file with mode: 0644]
requirements-doc.txt
requirements.txt
sources/pyside-tools/deploy.py
sources/pyside-tools/deploy_lib/__init__.py
sources/pyside-tools/deploy_lib/android/android_config.py
sources/pyside-tools/deploy_lib/android/android_helper.py
sources/pyside-tools/deploy_lib/commands.py
sources/pyside-tools/deploy_lib/config.py
sources/pyside-tools/deploy_lib/default.spec
sources/pyside-tools/deploy_lib/dependency_util.py
sources/pyside-tools/deploy_lib/deploy_util.py
sources/pyside-tools/deploy_lib/nuitka_helper.py
sources/pyside-tools/metaobjectdump.py
sources/pyside-tools/project.py
sources/pyside-tools/pyside_tool.py
sources/pyside6/.cmake.conf
sources/pyside6/PySide6/QtAsyncio/__init__.py
sources/pyside6/PySide6/QtAsyncio/events.py
sources/pyside6/PySide6/QtAsyncio/futures.py
sources/pyside6/PySide6/QtAsyncio/tasks.py
sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
sources/pyside6/PySide6/QtGui/CMakeLists.txt
sources/pyside6/PySide6/QtMultimedia/typesystem_multimedia.xml
sources/pyside6/PySide6/QtNetwork/typesystem_network.xml
sources/pyside6/PySide6/QtSerialBus/typesystem_serialbus.xml
sources/pyside6/PySide6/QtStateMachine/typesystem_statemachine.xml
sources/pyside6/PySide6/QtWebView/CMakeLists.txt [new file with mode: 0644]
sources/pyside6/PySide6/QtWebView/typesystem_webview.xml [new file with mode: 0644]
sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml
sources/pyside6/PySide6/__init__.py.in
sources/pyside6/PySide6/glue/qtcore.cpp
sources/pyside6/cmake/Macros/PySideModules.cmake
sources/pyside6/cmake/PySideHelpers.cmake
sources/pyside6/doc/PySide6/QtAsyncio/coroutines.png [new file with mode: 0644]
sources/pyside6/doc/PySide6/QtAsyncio/index.rst
sources/pyside6/doc/commercial/index.rst
sources/pyside6/doc/deployment/deployment-nuitka.rst
sources/pyside6/doc/deployment/deployment-pyside6-deploy.rst
sources/pyside6/doc/developer/index.rst
sources/pyside6/doc/developer/qtasyncio.rst [new file with mode: 0644]
sources/pyside6/doc/extras/QtWebView.rst [new file with mode: 0644]
sources/pyside6/doc/modules.rst
sources/pyside6/doc/quickstart.rst
sources/pyside6/doc/tools/pyside-qml.rst
sources/pyside6/doc/tutorials/basictutorial/qml.rst
sources/pyside6/doc/tutorials/basictutorial/qrcfiles.rst
sources/pyside6/doc/tutorials/qmlapp/Main/Main.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/qmlapp/Main/logo.png [new file with mode: 0644]
sources/pyside6/doc/tutorials/qmlapp/Main/qmldir [new file with mode: 0644]
sources/pyside6/doc/tutorials/qmlapp/logo.png [deleted file]
sources/pyside6/doc/tutorials/qmlapp/main.py
sources/pyside6/doc/tutorials/qmlapp/qmlapplication.rst
sources/pyside6/doc/tutorials/qmlapp/view.qml [deleted file]
sources/pyside6/doc/tutorials/qmlintegration/Main/Main.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/qmlintegration/Main/qmldir [new file with mode: 0644]
sources/pyside6/doc/tutorials/qmlintegration/main.py
sources/pyside6/doc/tutorials/qmlintegration/qmlintegration.rst
sources/pyside6/doc/tutorials/qmlintegration/view.qml [deleted file]
sources/pyside6/doc/tutorials/qmlsqlintegration/Main/Main.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/qmlsqlintegration/Main/qmldir [new file with mode: 0644]
sources/pyside6/doc/tutorials/qmlsqlintegration/chat.qml [deleted file]
sources/pyside6/doc/tutorials/qmlsqlintegration/main.py
sources/pyside6/doc/tutorials/qmlsqlintegration/qmlsqlintegration.rst
sources/pyside6/doc/tutorials/qmlsqlintegration/sqlDialog.py
sources/pyside6/libpyside/dynamicqmetaobject.cpp
sources/pyside6/libpyside/globalreceiverv2.cpp
sources/pyside6/libpyside/pyside.cpp
sources/pyside6/libpyside/pysidesignal.cpp
sources/pyside6/plugins/designer/designercustomwidgets.cpp
sources/pyside6/tests/QtAsyncio/bug_2790.py [new file with mode: 0644]
sources/pyside6/tests/QtAsyncio/bug_2799.py [new file with mode: 0644]
sources/pyside6/tests/QtAsyncio/qasyncio_test_cancel_taskgroup.py
sources/pyside6/tests/QtAsyncio/qasyncio_test_uncancel.py [new file with mode: 0644]
sources/pyside6/tests/QtCore/qmimedatabase_test.py
sources/pyside6/tests/QtMultimedia/audio_test.py
sources/pyside6/tests/QtWebView/CMakeLists.txt [new file with mode: 0644]
sources/pyside6/tests/QtWidgets/private_mangle_test.py
sources/pyside6/tests/tools/pyside6-deploy/test_pyside6_deploy.py
sources/shiboken6/.cmake.conf
sources/shiboken6/ApiExtractor/abstractmetabuilder.cpp
sources/shiboken6/ApiExtractor/abstractmetabuilder_p.h
sources/shiboken6/ApiExtractor/abstractmetafunction.cpp
sources/shiboken6/ApiExtractor/abstractmetalang_typedefs.h
sources/shiboken6/ApiExtractor/anystringview_helpers.h
sources/shiboken6/ApiExtractor/tests/testtemplates.cpp
sources/shiboken6/ApiExtractor/typedatabase.cpp
sources/shiboken6/cmake/ShibokenHelpers.cmake
sources/shiboken6/doc/typesystem.rst
sources/shiboken6/doc/typesystem_arguments.rst
sources/shiboken6/doc/typesystem_manipulating_objects.rst
sources/shiboken6/doc/typesystem_modify_function.rst [deleted file]
sources/shiboken6/generator/generator.cpp
sources/shiboken6/generator/generatorcontext.cpp
sources/shiboken6/generator/generatorcontext.h
sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp
sources/shiboken6/generator/shiboken/cppgenerator.cpp
sources/shiboken6/generator/shiboken/cppgenerator.h
sources/shiboken6/generator/shiboken/shibokengenerator.cpp
sources/shiboken6/libshiboken/basewrapper.cpp
sources/shiboken6/libshiboken/sbkfeature_base.cpp
sources/shiboken6/libshiboken/sbkstring.cpp
sources/shiboken6/libshiboken/sbkstring.h
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/lib/enum_sig.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/lib/pyi_generator.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/mapping.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/parser.py
tools/create_changelog.py
tools/cross_compile_android/android_utilities.py
tools/cross_compile_android/main.py
tools/cross_compile_android/templates/cross_compile.tmpl.sh
tools/example_gallery/main.py
tools/install-p311.sh [new file with mode: 0755]
tools/snippets_translate/main.py
tools/uic_test.py